home *** CD-ROM | disk | FTP | other *** search
/ The Learning Curve / The Learning Curve (Weird Science, 1996).iso / electronics / analog_emulator / make_assigns_first < prev    next >
Encoding:
Text File  |  2008-09-21  |  866 b   |  34 lines

  1. ;Copy C:copy to ram:
  2. ;Ram:Copy C:assign to ram:
  3. ;Ram:assign ACESbase: ram:Analog_Emulator
  4.  
  5. assign ACESbase: ""
  6. assign analog_emulator: ""
  7.  
  8. ;Put your location for the Emulator Drawer.
  9.  
  10. ;Ram:assign lp: ACESbase:Listplot
  11. assign lp: ACESbase:Listplot
  12. ;ACESbase:mEcho "Assigning PLFONTS: to Listplot"
  13. echo "Assigning PLFONTS: to Listplot"
  14. ;Ram:assign PLFONTS: lp:
  15. assign PLFONTS: lp:
  16. ;Ram:assign pl: ACESbase:plt
  17. assign pl: ACESbase:plt
  18. ;Ram:assign PLTDATA: ACESbase:plt
  19. assign PLTDATA: ACESbase:plt
  20. ;Ram:copy C:Execute Ram:
  21. copy examples all to Ram:
  22. copy C:Execute Ram:
  23. ;Ram:copy C:Mount Ram:
  24. copy C:Mount Ram:
  25. ;ACESbase:mEcho "Done."
  26. ;ACESbase:mEcho "Exiting...."
  27. Echo "Done."
  28. Echo "Exiting...."
  29. ;
  30. ;
  31. ; Note: For a single floppy drive system substitute the ;Ram: lines instead
  32. ;       of the others or your fingers will get fatigued from disk swapping.
  33. ;       Enjoy...
  34.